build: Bump minimum GLib version to 2.53.7
authorFelipe Borges <felipeborges@gnome.org>
Wed, 27 Sep 2017 09:53:50 +0000 (11:53 +0200)
committerMatthias Clasen <mclasen@redhat.com>
Wed, 4 Oct 2017 01:29:57 +0000 (21:29 -0400)
Otherwise it fails to build with:

GLib-Genmarshal-WARNING **: failed to open "--pragma-once":
No such file or directory

https://bugzilla.gnome.org/show_bug.cgi?id=788230

meson.build

index 8135e5235eae70d7172606a4b66e03bef7130a35..0e0b66970edf45e4162df16587623addb596ef53 100644 (file)
@@ -12,7 +12,7 @@ project('gtk+-4.0', 'c',
 
 glib_major_req = 2
 glib_minor_req = 53
-glib_micro_req = 1
+glib_micro_req = 7
 
 if glib_minor_req.is_odd()
   glib_min_required = 'GLIB_VERSION_@0@_@1@'.format(glib_major_req, glib_minor_req - 1)